home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / stut_src / progr_pu.h < prev    next >
C/C++ Source or Header  |  1996-06-04  |  547b  |  15 lines

  1. /* 
  2.  * ProgressIndocator_Public.h 
  3.  */
  4.  
  5.     void    init_progress( void );
  6.     extern    long    start_progress( 
  7.                             const char *    title, 
  8.                             const char *    info, 
  9.                             long                 prog_length,
  10.                             long                l_MinBlockSize,    /* In: Taille de bloc minimale qu'on accepte */
  11.                             BOOL                b_DontManageEnv );    /* In: True si il ne faut pas g‚rer l'environnent, par ex si on a d‚j… un dialogue ouvert … l'‚cran */
  12.     extern    long    update_progress( long prog_done );
  13.     void    end_progress(
  14.             OBJECT    *    pObj_BackgrdForm );    /* In: Arbe … afficher en fond */
  15.